﻿@charset "utf-8";
*{padding: 0;margin: 0;}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,input,form,a,p, textarea {
	margin: 0;
	padding: 0;
}
body{font:14px/180% 微软雅黑, Helvetica, sans-serif, "新宋体";}

a {
    text-decoration: none;
    transition:all 0.2s linear 0s;
    color: #2B2B2B;
}
a:hover {
	color:#057c41;
	text-decoration: none;
}
a,p,h1,h2,h3,h4,h5,h6 {
	color: #2B2B2B;
	padding: 0;
	margin: 0;
}
h1, h2, h3 {
	padding: 0;
	margin: 0;
}

ol, ul, li {
	list-style: none;
	transition: all 0.3s;
	margin: 0;
	padding: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
img {
	border: none;
}


.clearfloat:after {
    display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.p0{
	padding: 0;
}
.m0 {
	margin: 0;
}
.mr0 {
	margin-right: 0;
}
.fff {
	color: #fff!important;
}
.red {
	color: #E33000;
}
.blue {
	color: #005BAC;
}
.float-r {
	float: right;
}
.float-l {
	float: left;
}
.center { text-align: center; }
.left { float:left }
.right { float:right; }
.auto { margin: 0 auto; }

.width100 {width: 100%}

.p24 { font-size: 24px!important;line-height: 24px; }
.p20 { font-size: 20px!important;line-height: 20px!important; }
.p50 { font-size: 50px!important;line-height:  }
.h60 { height: 60px; width: 100%; }

